In this small project we will try out different plots that the plotly library has to offer. We will utilize plotly to produce:
- a simple line plot
- a histogram
- a boxplot
- a multidimensional 2D plot
library(plotly)
data sets being used:
data(presidents) data(sunspot.year) data(mtcars)